home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Business Shareware
/
Business Shareware.iso
/
start
/
unwarp.bat
< prev
next >
Wrap
DOS Batch File
|
1994-06-28
|
405b
|
23 lines
@echo off
if "%1"=="" GOTO fail
If "%1"=="C:" goto OK2
If "%1"=="c:" goto OK2
If "%1"=="D:" goto OK2
If "%1"=="d:" goto OK2
goto fail
:OK2
copy \START\install\*.* %1\
%1
cd\
arj x cdesse.arj
attrib arj.exe r+
attrib cdesse.arj r+
del cdesse.arj
del arj.exe
CD \SHEZ
shezcfg
goto exit
:fail
echo You should type UNWARP C: or D: to copy the neccesary files to your
echo harddisk.
:exit